type github.com/jackc/pgx/v5/pgtype.wrapByteSliceEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1527: 		return &wrapByteSliceEncodePlan{}, byteSliceWrapper(value), true
		pgtype.go#L1753: type wrapByteSliceEncodePlan struct {
		pgtype.go#L1757: func (plan *wrapByteSliceEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1759: func (plan *wrapByteSliceEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {